home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / BORL_TIP / TI1000 / TI1719.ASC < prev    next >
Text File  |  1993-10-21  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Turbo Pascal                          NUMBER  :  1719
  9.   VERSION  :  All
  10.        OS  :  DOS WIN
  11.      DATE  :  October 21, 1993                         PAGE  :  1/2
  12.  
  13.     TITLE  :  Booting clean -- tips for installing Turbo Pascal
  14.  
  15.  
  16.  
  17.  
  18.   This TI explains how to boot clean. Booting clean involves
  19.   bypassing both your CONFIG.SYS and AUTOEXEC.BAT files. This
  20.   is often desirable if you have reason to believe that some
  21.   of the calls in these files might be conflicting with the
  22.   normal operation of Turbo Pascal. For instance, trouble
  23.   installing Turbo Pascal is often the result of conflicts
  24.   with other programs loaded by CONFIG.SYS or AUTOEXEC.BAT files.
  25.   On other occasions, conflicts with drivers or TSRs loaded in a
  26.   CONFIG.SYS or AUTOEXEC.BAT file may cause problems with protected
  27.   mode technology.
  28.  
  29.   If you are using DOS 6, you can boot clean simply by rebooting
  30.   your system and waiting till you see the words "Starting MS-DOS".
  31.   While that text is on your screen, press and release the F5 key
  32.   or
  33.   press and hold down the SHIFT key.
  34.  
  35.   Here is a second method:
  36.  
  37.   Format a bootable floppy disk that can be used in Drive A. You
  38.   should refer to your DOS manuals for instructions on creating
  39.   such a disk. However, on many systems, all you will need to
  40.   do is place an unused disk and drive and then type:
  41.  
  42.           FORMAT A: /S
  43.  
  44.   Be sure that there are no important files on this disk, as it
  45.   will be completely reformated and all information on it will
  46.   be lost.
  47.  
  48.   Create on that disk a CONFIG.SYS file having only the statement
  49.  
  50.           FILES=20
  51.  
  52.   and an autoexec.bat file having only the statements
  53.  
  54.        PROMPT $p$g
  55.        PATH=C:\BP\BIN;C:\;C:\DOS
  56.  
  57.   The path statement listed above assumes that you are
  58.   installing Borland Pascal on to the C drive of your
  59.   system and using the default subdirectories. Your path
  60.   may be different than this. For instance, if you are
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.   PRODUCT  :  Turbo Pascal                          NUMBER  :  1719
  75.   VERSION  :  All
  76.        OS  :  DOS WIN
  77.      DATE  :  October 21, 1993                         PAGE  :  2/2
  78.  
  79.     TITLE  :  Booting clean -- tips for installing Turbo Pascal
  80.  
  81.  
  82.  
  83.  
  84.   installing Turbo Pascal, you should substitute the letters
  85.   TP where BP is shown here.
  86.  
  87.   Some systems may be using a hard drive that requires a special
  88.   driver such as DMDRVR.SYS or Stacker.  If you absolutely must,
  89.   leave these entries in your configuration file.  You can now
  90.   'boot clean' by inserting that disk into Drive A and
  91.   rebooting your computer.
  92.  
  93.   If you are having difficulties running any part of the
  94.   product under Microsoft Windows, you will need a modified clean
  95.   boot to run Windows.  Add to your CONFIG.SYS file the
  96.   statement the following line:
  97.  
  98.           DEVICE=C:\DOS\HIMEM.SYS
  99.  
  100.   and change the path statement in your autoexec.bat file to
  101.  
  102.           PATH=C:\BP\BIN;C:\;C:\DOS;C:\WINDOWS
  103.  
  104.   Also, ensure the statements in the WIN.INI and SYSTEM.INI files
  105.   in your Windows
  106.   directories match these:
  107.  
  108.           WIN.INI
  109.                   load=
  110.                   run=
  111.           SYSTEM.INI
  112.                   shell=progman.exe
  113.  
  114.  
  115.  
  116.   DISCLAIMER: You have the right to use this technical information
  117.   subject to the terms of the No-Nonsense License Statement that
  118.   you received with the Borland product to which this information
  119.   pertains.
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.